Changes

Jump to: navigation, search

stoney core: People Resource - REST API

168 bytes added, 15:12, 5 June 2014
/* Person creation request message body */
|-
|<code>employeeOfUIDemployeeOfID</code>
|array
|yesno|The UIDID(s) the person is an employee of. The UID(s) can belong to one or more [[stoney_core:_Resellers_Resource_-_REST_API|resellers]] or also to one or more [[stoney_core:_Customers_Resource_-_REST_API|customers]]
|one ore more UID as integer
|
|
|<source lang="javascript">
"employeeOfUIDemployeeOfID": [
4000002,
4001003,
]
</source>
 
|-
|<code>externalID</code>
|integer
|no
|The ID of a reference in an external database.
|Min 0, max 1e+32
|
|
|<source lang="javascript">"externalID": 987654321</source>
|}
SLB
385
edits