BulkCreateOrganizationRequest
Classification of the organization. Support F(Factory), S(Supplier), B(Brand), R(Retailer), I(Inspection Agency)
Possible values: [F
, S
, B
, R
, I
]
S
Identifier assigned by the API consumer to reference the organization
Possible values: <= 255 characters
SUP-00123
Status of the organization as defined by the API consumer
Possible values: <= 50 characters
active
Official name of the organization
Possible values: <= 255 characters
GreenTextile Co., Ltd.
List of services or capabilities the organization offers
Possible values: <= 255 characters
["Dyeing","Knitting"]
The phone number of the organization
Possible values: <= 50 characters
+84 28 1234 5678
Street address of the organization
Possible values: <= 255 characters
123 National Road 13
City where the organization is located
Possible values: <= 100 characters
Ho Chi Minh City
Province or state where the organization is located
Possible values: <= 100 characters
Binh Duong
Postal or ZIP code of the address
Possible values: <= 20 characters
700000
Country where the organization is located (ISO 3166-1 alpha-2)
Possible values: <= 2 characters
, Value must match regular expression ^[A-Z]{2}$
VN
The longitude component of the organization's geolocation
106.6297
The latitude component of the organization's geolocation
10.8231
Number of male employees
120
Number of female employees
230
Additional key-value attributes defined per customer setup
{"factoryCode":"GTX001"}
contacts object[]
List of primary contact persons for the organization
First name of the contact person
Possible values: <= 100 characters
Minh
Last name of the contact person
Possible values: <= 100 characters
Tran
Email address of the contact person
Possible values: <= 255 characters
[email protected]
Phone number of the contact person
Possible values: <= 50 characters
+84 912 345 678
Job title or role of the contact person within the organization
Possible values: <= 100 characters
Factory Manager
{
"type": "S",
"externalId": "SUP-00123",
"externalStatus": "active",
"name": "GreenTextile Co., Ltd.",
"capabilities": [
"Dyeing",
"Knitting"
],
"phoneNumber": "+84 28 1234 5678",
"address": "123 National Road 13",
"city": "Ho Chi Minh City",
"province": "Binh Duong",
"postalCode": "700000",
"country": "VN",
"longitude": 106.6297,
"latitude": 10.8231,
"maleEmployees": 120,
"femaleEmployees": 230,
"customFields": {
"factoryCode": "GTX001"
},
"contacts": [
{
"firstName": "Minh",
"lastName": "Tran",
"email": "[email protected]",
"phoneNumber": "+84 912 345 678",
"role": "Factory Manager"
}
]
}