Get Next Transfer Number

When creating a new transfer, you may first want to obtain the next transfer number available in the Merchandising transfer number sequence.

Example URL

Here is an example of the resource URL:

GET

/Transfer/transferId

Example Response

Here is an example of the response body in JSON format:

{
    ""links"": [],
    ""transfer_no"": 100000029403,
    ""hyperMediaContent"": {
        ""linkRDO"": []
    }
}