URL: https://host/crmRestApi/resources/11.13.18.05/hubOrganizations/
Method: POST
JSON payload
{
"PartyNumber": "TEST_Party_001",
"OrganizationName": "Testing Organization Creation",
"PartyUsageCode": "PARTY_OF_INTEREST",
"SourceSystemReference": [
{
"SourceSystem": "CRM",
"SourceSystemReferenceValue": "1234567"
}
],
"Address": [
{
"AddressType": "BILL_TO",
"Address1": "200 Hill Top Building",
"City": "hillington",
"Country": "US",
"PostalCode": "44023",
"State": "OH"
},
{
"AddressType": "SHIP_TO",
"Address1": "200 Hill Top Building",
"City": "hillington",
"Country": "US",
"PostalCode": "44023",
"State": "OH"
}
]
}
"PartyNumber": "TEST_Party_001",
"OrganizationName": "Testing Organization Creation",
"PartyUsageCode": "PARTY_OF_INTEREST",
"SourceSystemReference": [
{
"SourceSystem": "CRM",
"SourceSystemReferenceValue": "1234567"
}
],
"Address": [
{
"AddressType": "BILL_TO",
"Address1": "200 Hill Top Building",
"City": "hillington",
"Country": "US",
"PostalCode": "44023",
"State": "OH"
},
{
"AddressType": "SHIP_TO",
"Address1": "200 Hill Top Building",
"City": "hillington",
"Country": "US",
"PostalCode": "44023",
"State": "OH"
}
]
}