Request

POST http:///api/v1/partner/store/user/sign

Query parameters

Parameter name Value Description Additional
cuid string

Request body

The request body takes a complete ContractSignRequest resource, containing the following writable properties:

{
    "contractId": "string"
}

Properties

Name Type Description Additional
contractId string Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

ConsumerUser

Explore this API

cuid
body
Request Content-Type
Response Content-Type
Try it out!