요청타입 | Parameter | Description | Required |
---|---|---|---|
Body | contentId | Unique ID value of the sticker content | 0 |
Body | contentType | Type of contents sold (IMAGE, STICKER) | 0 |
Body | krwPrice | Price of contents sold | 0 |
Body | orderNo | Partner order number | 0 |
Body | policyCode | Price Code (License Type) | 0 |
Body | transactedAt | Partner trading hours | 0 |
Body | userId | A unique value that can identify a user within the service | 0 |
Body | username | Name of user | X |
{
"contentId": "string",
"contentType": "STICKER",
"krwPrice": 0,
"orderNo": "string",
"policyCode": "OGQ-STICKER-SR",
"transactedAt": 0,
"userId": "string",
"username": "string"
}