For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service Provider Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

Id

String

C

1

8

Service Provider ID

2

type

String

C

1

30

Type of Service Provider

3

customerId

String

C

1

30

Customer ID

"order": {
  "item": [
    {
      "brand": "brand1",
      "category": "category",
      "description": "description",
      "industryCategory": "industryCategory",
      "name": "name",
      "quantity": "1",
      "sku": "sku",
      "unitDiscountAmount": "100",
      "unitOfMeasure": "1",
      "unitPrice": "100",
      "unitTaxAmount": "100",
      "subMerchantId": "FIN4870001",
      "ServiceProvider": {
        "id": "050017",
        "type": "POST",
        "customerId": "820220919104920"
      }
    },
    {
      "brand": "brand2",
      "category": "category",
      "description": "description",
      "industryCategory": "industryCategory",
      "name": "name",
      "quantity": "1",
      "sku": "sku",
      "unitDiscountAmount": "100",
      "unitOfMeasure": "1",
      "unitPrice": "100",
      "unitTaxAmount": "100",
      "subMerchantId": "FIN4870001
    }
  ]
}

Last updated