Changes

Jump to: navigation, search

stoney core: People Resource - REST API

21 bytes added, 14:27, 4 June 2014
/* Person creation request message body */
|-
|<code>personNamegivenName</code>
|string
|yes
|The person's display given name (first name. Mostly the same as the <code>organizationName</code> or the <code>givenName</code> and <code>surname</code> out forename) of the [[#billingAddress_object|billingAddress object]], but can also be the name of a brandaddress holder.
|UTF-8 {64}
|@TODO: Add regex
|
|<source lang="javascript">"givenName": "Name"</source>
 
|-
|<code>surname</code>
|string
|yes
|The surname (last name or family name) of the address holder.
|UTF-8 {64}
|@TODO: Add regex
|
|<source lang="javascript">"personNamesurname": "Super-duper HostingSurname"</source>
|-
SLB
385
edits