interface address | hostname/openapi/v1/customerOpenApi/batchUpdateCategory | ||
Request header | User-Agent: openApi Content-Type: application/json; charset=utf-8 Accept-encoding: gzip,deflate Time-stamp: 1437528688233 Data-signature: BF706E6AC693BA3B1BABD32E6713431D | ||
Request method | POST | ||
Request body | { "appId": "abcdefghijklmn", "customerCategories": [ "{ "customerUid": 827105591581632288, "customerCategoryUid": 1511175366406782539 }, { "customerUid": 488330886805077735, "customerCategoryUid": 1511175307516185345 } ] } | ||
parameter name | Is it necessary | Types of | Instructions |
appId | Yes | String | KYBIO configured access credentials |
customerCategories | Yes | [] | Array limit up to 100 records |
customerUid | Yes | Long | Unique member identification |
customerCategoryUid | Yes | Long | Unique member type identifier |
Return result | { "status": "success", "messages": [], } | ||
Field name | Types of | Instructions | |
Status | String | Whether the request is processed correctly, return success or error, case-insensitive | |
Messages | String[] | Processing result message | |
errorCode | Int | Business process error code, see error code table |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article