POST api/Crm/GetInvoicePayment

CrmGetInvoicePayment

Request Information

URI Parameters

None.

Body Parameters

crm_GetInvoicePayment
NameDescriptionTypeAdditional information
InvoiceIDCRM

integer

None.

CartUUID

globally unique identifier

None.

Barcode

string

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceIDCRM": 1,
  "CartUUID": "7a64b4ed-6dd7-498c-bdaf-33b34ab399cc",
  "Barcode": "sample string 1",
  "AddressPublic": "sample string 2",
  "AddressLocal": "sample string 3",
  "SiteUUID": "389225e6-e446-4421-bbef-3b3503984a9f",
  "Token": "ec1b97ea-3f89-420a-801d-8ee042cd91de"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]