Skip to main content

Service Provider Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 IdStringC18Service Provider ID
2 typeStringC130Type of Service Provider
3 customerIdStringC130Customer 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
}
]
}