Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyTypeLengthMandatoryDescriptionComments
individualName
String64Yes  
businessPartner
/BusinessPartner   BusinessPartner code or key

Example Post Body

Code Block
{
"individualName": "JOHN, SMITH",
"businessPartner": "10985"
}

 

Example Response Body

Note

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)

Code Block
languagejs
{
    "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
}

Top
Back

Related Content

Expand
titleExpand to see related content

Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}