Identity Object
  • 1 Minute to read
  • PDF

Identity Object

  • PDF

Article Summary

Identity Object

 

 

Identity

 

Description: An integer value to uniquely identify.

Data Type: Number

Required: No

Note: Either Identity or IdentityCode is required

 

 

 

IdentityCode

 

Description: An string value to uniquely identify.

Data Type: String

Required: No

Note: Either Identity or IdentityCode is required

 

 

 

WarehouseName

 

Description: The warehouse name in which the transaction is associated.

Data Type: String

Required: Yes

 

 

 

Example

 

 [

    {

           "IdentityCode":"1",

           "WarehouseName":"warehouse"

     },

]

[

     {

           "IdentityCode":"2",

           "WarehouseName":"warehouse"

     }

]



What's Next