WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Organization
  • 📝 Update History
  • 💡 Testing Flow
  • CSR
    • Generate CSR
      POST
    • Decode CSR
      POST
  • Certificate
    • Get Order Info
      GET
    • Order Statistics
      GET
    • Order Graph Statistics
      GET
    • Order Pagination Search
      POST
    • Download Cert
      POST
    • Place Order
      POST
    • Cancel Order
      POST
    • Renew Order
      POST
    • Reissue Order
      POST
  • Domain Validations
    • Check DCV Status
      GET
    • Change Auth Type
      PUT
    • Get Auth Info
      GET
    • Approver List
      GET
    • Update Email Approver
      PUT
    • Send Email Approver
      POST
  • Product
    • Linkage of Product informations
    • GET Product List (new)
      GET
    • Get Product List
      GET
    • Get SSL Rules
      GET
    • Get Product Info
      GET
    • Get Product Price
      GET
  • Organization
    • Create Organization
      POST
    • Search Organization
      POST
    • Get Organization Info
      GET
    • Update Organization Contact
      PUT
    • Submit Validation
      POST
    • Get Validation Status
      GET
  • Contact
    • Get Contact Info
    • Create Contact
    • Delete Contact
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Organization

Update Organization Contact

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
PUT
/ssl/v2/organization/{organizationId}/contact/update
Last modified:2025-03-25 09:34:16
This endpoint allows updating contact information for a specific organization.
Important
Organization Contact will be used for OV & EV validity check target.
Data correctness must be ensured.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://oteapi.webnic.cc/ssl/v2/organization/2/contact/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "organization": {
        "company": "Nelson Solutions",
        "firstName": "Johny",
        "lastName": "Nelson",
        "address1": "L4-E-2, HIVE 5, Mranti 2",
        "address2": "",
        "city": "Bukit Jalil 2",
        "state": "Selangor 2",
        "countryCode": "SG",
        "zip": "571001",
        "phoneNumber": "+022.6506503",
        "email": "administrator@webnic.cc",
        "jobTitle": "CEO"
    },
    "technicalContactId": "SSL10619T"
}'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "organizationId": 5,
        "resid": 2740,
        "digicertOrganizationId": "2075297",
        "details": {
            "company": "Nelson Solutions",
            "firstName": "First Name Here&#39;s",
            "lastName": "LastN",
            "address1": "L4-E-2, HIVE 5, Mranti 2",
            "address2": null,
            "city": "Bukit Jalil 2",
            "state": "Selangor 2",
            "countryCode": "SG",
            "zip": "571001",
            "phoneNumber": "+022.6506503",
            "faxNumber": null,
            "email": "wj@webnic.cc",
            "jobTitle": "guru"
        },
        "tecid": "SSL10619T",
        "dtcreate": "2025-01-02T04:10:05Z",
        "dtmodify": "2025-01-13T12:52:01.973992Z"
    }
}
Modified at 2025-03-25 09:34:16
Previous
Get Organization Info
Next
Submit Validation
Built with