Parameters:

ParametersFormatDescriptionObligation

username

String

User Identifier

Yes

agent

String

Storefront code in the Tarlan system

Yes

project

String

Project code assigned by Tarlan

Yes

service_code

String

Service identifier on the storefront side

Yes

Example:

Headers Content-Type : application/json

X-Signature: 227e9c6513a43f71f4cb6acb3c73f26f3ea90f7e36305afc6d37f9923f12d8c8

Body:

{
    "username": "989898",
    "agent": "tarlan",
    "project": "mobile",
    "service_code": "201106"
}

Last updated