Versions Compared

Key

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

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

Long Description

Properties

PropertyTypeLengthMandatoryDescriptionComments
individualName
String64yesYes  
businessPartner
/BusinessPartner    

Example

...

Response Body

Note
This example has been updated for API version

Updated for API version 2.0.0

using date format

using the new required date format yyyy-dd-MMThh:mi:ss

, versions prior to 2.0.0 has the following date format:

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