/Individual
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
individualName | String | 64 | Yes | Â | Â |
businessPartner | /BusinessPartner | Â | Â | Â | BusinessPartner code or key |
Example Post Body
{ "individualName": "JOHN, SMITH", "businessPartner": "10985" }
Â
Example Response Body
Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)
{ "individualName": "SMITH, JOHN", "createdDate": "2012-10-12T15:38:23", "modifiedDate": "2012-10-12T15:38:54", "businessPartner": { "businessPartnerName": "Some Company Inc.", "businessPartnerSort": "SOME COMPANY", "businessPartnerCode": "200926", "bankAccount": null, "businessPartnerType": { "businessPartnerType": "C", "businessPartnerTypeDesc": "Charterer", "key": 1000032, "self": "http://localhost:8080/ws/rest/BusinessPartnerType/1000032" }, "self": "http://localhost:8080/ws/rest/BusinessPartner/1124931", "key": 1124931 }, "remarks": [], "self": "http://localhost:8080/ws/rest/Individual/1124975", "key": 1124975 }